home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_71769.txt < prev    next >
Text File  |  1987-11-25  |  521b  |  26 lines

  1. -- card: 71769 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 2
  9. ----- text -----
  10. Offset
  11.  
  12. -- part contents for background part 1
  13. ----- text -----
  14. offset(<text1>,<text2>)
  15.  
  16. Gives the location of the first character of text1 inside text2.  Gives 0 if text1 is not found within text2.
  17.  
  18. offset("def", "abcdef")   -- gives 4
  19. offset("xyz","abcdef")   -- gives 0
  20. offset(field 1, message)
  21.  
  22.  
  23.  
  24. -- part contents for background part 43
  25. ----- text -----
  26. 337,169